docs: fix typo in function name
authorMohammed Sadiq <sadiq@sadiqpk.org>
Sat, 4 May 2019 09:39:35 +0000 (15:09 +0530)
committerMohammed Sadiq <sadiq@sadiqpk.org>
Sat, 4 May 2019 09:39:35 +0000 (15:09 +0530)
docs/reference/gtk/actions.xml

index 3d789b0c79abaf03e71adcd4e6cf31dfd7ed4c69..e1b21d5a865f77d6c8cb218487ffd06d505cbea4 100644 (file)
 
     <para>
       Typical uses of GMenu inside GTK are to set up an application
-      menu or menubar with gtk_appication_set_app_menu() or
+      menu or menubar with gtk_application_set_app_menu() or
       gtk_application_set_menubar(). Another, maybe more common use
       is to create a popover for a menubutton, using
       gtk_menu_button_set_menu_model().